home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / misc / a-d / 3.0iupdate / macros.lha / SetRotationPoint.rexx < prev    next >
OS/2 REXX Batch file  |  1995-11-27  |  333b  |  10 lines

  1. /* $VER: SetRotationPoint.rexx 1.0a (27.11.95)
  2.    Copyright 1995 Soft-Logik Publishing Corporation
  3.    May not be distributed without Soft-Logik Publishing Corporation's express written permission */
  4.  
  5. ADDRESS 'PAGESTREAM'
  6. options results
  7.  
  8. 'getcoord click message "Click to set the rotation point..."'
  9. editobject about click.x click.y
  10.